UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 535 B
import { createIconBase } from '../createIcon.js'; export const RecordVinylIconConfig = { name: 'RecordVinylIcon', icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M256 152a104 104 0 1 0 104 104 104 104 0 0 0-104-104zm0 128a24 24 0 1 1 24-24 24 24 0 0 1-24 24zm0-272C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 376a128 128 0 1 1 128-128 128 128 0 0 1-128 128z"}, rhUiIcon: null, }; export const RecordVinylIcon = createIconBase(RecordVinylIconConfig); export default RecordVinylIcon;