UNPKG

@patternfly/react-icons

Version:
9 lines 1.32 kB
import { ComponentClass } from 'react'; import { SVGIconProps } from '../createIcon.js'; export declare const SaveIconConfig: { name: 'SaveIcon', icon: {"xOffset":0,"yOffset":0,"width":448,"height":512,"svgPathData":"M433.941 129.941l-83.882-83.882A48 48 0 0 0 316.118 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V163.882a48 48 0 0 0-14.059-33.941zM224 416c-35.346 0-64-28.654-64-64 0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64zm96-304.52V212c0 6.627-5.373 12-12 12H76c-6.627 0-12-5.373-12-12V108c0-6.627 5.373-12 12-12h228.52c3.183 0 6.235 1.264 8.485 3.515l3.48 3.48A11.996 11.996 0 0 1 320 111.48z"}, rhUiIcon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M8.5 15c-.827 0-1.5.673-1.5 1.5v7c0 .827.673 1.5 1.5 1.5h15c.827 0 1.5-.673 1.5-1.5v-7c0-.827-.673-1.5-1.5-1.5h-15ZM23 23H9v-6h14v6Zm6.707-15.707-5-5A1 1 0 0 0 24 2h-3.75C19.561 2 19 2.561 19 3.25V9h-8V3.25C11 2.561 10.439 2 9.75 2h-6.5C2.561 2 2 2.561 2 3.25v25.5c0 .689.561 1.25 1.25 1.25h25.5c.689 0 1.25-.561 1.25-1.25V8a.996.996 0 0 0-.293-.707ZM28 28H4V4h5v5.75c0 .689.561 1.25 1.25 1.25h9.5c.689 0 1.25-.561 1.25-1.25V4h2.586L28 8.414V28ZM15 5V3a1 1 0 1 1 2 0v2a1 1 0 1 1-2 0Z"}, }; export declare const SaveIcon: ComponentClass<SVGIconProps>; export default SaveIcon;