UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 947 B
import { createIconBase } from '../createIcon.js'; export const RhUiSpeedometerFillIconConfig = { name: 'RhUiSpeedometerFillIcon', icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm0 3.14a1.874 1.874 0 1 1 .001 3.749A1.874 1.874 0 0 1 16 4.14ZM6 17.89a1.874 1.874 0 1 1-.001-3.749A1.874 1.874 0 0 1 6 17.89Zm2.995-7.014a1.874 1.874 0 1 1-.001-3.749 1.874 1.874 0 0 1 .001 3.749ZM20 26.125h-8a1.125 1.125 0 0 1 0-2.25h8a1.125 1.125 0 0 1 0 2.25Zm3.796-16.329-5.232 5.232c.115.303.186.629.186.972 0 1.517-1.233 2.75-2.75 2.75s-2.75-1.233-2.75-2.75 1.233-2.75 2.75-2.75c.343 0 .669.071.972.186l5.232-5.232a1.127 1.127 0 0 1 1.592 1.592ZM26 17.89a1.874 1.874 0 1 1-.001-3.749A1.874 1.874 0 0 1 26 17.89Z"}, rhUiIcon: null, }; export const RhUiSpeedometerFillIcon = createIconBase(RhUiSpeedometerFillIconConfig); export default RhUiSpeedometerFillIcon;