UNPKG

sebikostudio-icons

Version:
20 lines (15 loc) 2.49 kB
import React, { forwardRef } from 'react'; export const TransfromOriginBottomCenterIcon = forwardRef(({ className, style, ariaLabel, ...props }, ref) => ( <svg ref={ref} className={className} aria-label={ariaLabel || "transform origin bottom center, bottom, center, origin, transform"} style={style} width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> <path d="M2.5 18C2.5 18.2761 2.27614 18.5 2 18.5C1.72386 18.5 1.5 18.2761 1.5 18C1.5 17.7239 1.72386 17.5 2 17.5C2.27614 17.5 2.5 17.7239 2.5 18Z" fill="currentColor" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round"/> <path d="M18.5 18C18.5 18.2761 18.2761 18.5 18 18.5C17.7239 18.5 17.5 18.2761 17.5 18C17.5 17.7239 17.7239 17.5 18 17.5C18.2761 17.5 18.5 17.7239 18.5 18Z" fill="currentColor" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round"/> <path d="M2.5 2C2.5 2.27614 2.27614 2.5 2 2.5C1.72386 2.5 1.5 2.27614 1.5 2C1.5 1.72386 1.72386 1.5 2 1.5C2.27614 1.5 2.5 1.72386 2.5 2Z" fill="currentColor" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round"/> <path d="M18.5 2C18.5 2.27614 18.2761 2.5 18 2.5C17.7239 2.5 17.5 2.27614 17.5 2C17.5 1.72386 17.7239 1.5 18 1.5C18.2761 1.5 18.5 1.72386 18.5 2Z" fill="currentColor" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round"/> <path d="M2.5 10C2.5 10.2761 2.27614 10.5 2 10.5C1.72386 10.5 1.5 10.2761 1.5 10C1.5 9.72386 1.72386 9.5 2 9.5C2.27614 9.5 2.5 9.72386 2.5 10Z" fill="currentColor" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round"/> <path d="M10.5 2C10.5 2.27614 10.2761 2.5 10 2.5C9.72386 2.5 9.5 2.27614 9.5 2C9.5 1.72386 9.72386 1.5 10 1.5C10.2761 1.5 10.5 1.72386 10.5 2Z" fill="currentColor" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round"/> <path d="M10.5 10C10.5 10.2761 10.2761 10.5 10 10.5C9.72386 10.5 9.5 10.2761 9.5 10C9.5 9.72386 9.72386 9.5 10 9.5C10.2761 9.5 10.5 9.72386 10.5 10Z" fill="currentColor" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round"/> <path d="M18.5 10C18.5 10.2761 18.2761 10.5 18 10.5C17.7239 10.5 17.5 10.2761 17.5 10C17.5 9.72386 17.7239 9.5 18 9.5C18.2761 9.5 18.5 9.72386 18.5 10Z" fill="currentColor" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round"/> <path d="M6.5 18.5L10 14.5L13.5 18.5H6.5Z" fill="currentColor" stroke="currentColor" strokeLinejoin="round"/> </svg> )); export default TransfromOriginBottomCenterIcon;