All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.esm.icons.quote-right-icon.js Maven / Gradle / Ivy

import { createIcon } from '../createIcon';

export const QuoteRightIconConfig = {
  name: 'QuoteRightIcon',
  height: 512,
  width: 512,
  svgPath: 'M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z',
  yOffset: 0,
  xOffset: 0,
};

export const QuoteRightIcon = createIcon(QuoteRightIconConfig);

export default QuoteRightIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy