feather-icons-paths
Version:
Feather icons exported as paths
30 lines (27 loc) • 1.82 kB
JavaScript
/** @typedef {String} PathifiedSvgContent */
/** @typedef {String} FeatherIconsPathDefinition */
/** @typedef {{ prefix: 'fe', iconName: 'feCloudDrizzle', icon: [Number|String, Number|String, import('feather-icons').FeatherAttributes, PathifiedSvgContent, FeatherIconsPathDefinition] }} FeatherCloudDrizzleIconData */
/** @type {FeatherCloudDrizzleIconData} */
const feCloudDrizzle = {
prefix: 'fe',
iconName: 'cloud-drizzle',
icon: [
24,
24,
'<line x1="8" y1="19" x2="8" y2="21"></line><line x1="8" y1="13" x2="8" y2="15"></line><line x1="16" y1="19" x2="16" y2="21"></line><line x1="16" y1="13" x2="16" y2="15"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="12" y1="15" x2="12" y2="17"></line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"></path>',
'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cloud-drizzle"><path d="M8 19 L8 21"/><path d="M8 13 L8 15"/><path d="M16 19 L16 21"/><path d="M16 13 L16 15"/><path d="M12 21 L12 23"/><path d="M12 15 L12 17"/><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"/></svg>',
'M8 19 L8 21 M8 13 L8 15 M16 19 L16 21 M16 13 L16 15 M12 21 L12 23 M12 15 L12 17 M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25',
'"xmlns"="http=//www.w3.org/2000/svg" "width"="24" "height"="24" "fill"="none" "stroke"="currentColor" "stroke-width"=2 "stroke-linecap"="round" "stroke-linejoin"="round"',
{
xmlns: 'http://www.w3.org/2000/svg',
width: 24,
height: 24,
fill: 'none',
stroke: 'currentColor',
'stroke-width': 2,
'stroke-linecap': 'round',
'stroke-linejoin': 'round',
},
],
}
export default feCloudDrizzle