@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 1.13 kB
JavaScript
// THIS FILE IS AUTO GENERATED
import { GenIcon } from '../lib';
export function IoDiceOutline (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 512 512"},"child":[{"tag":"path","attr":{"fill":"none","strokeLinecap":"round","strokeLinejoin":"round","strokeWidth":"32","d":"M448 341.37V170.61A32 32 0 00432.11 143l-152-88.46a47.94 47.94 0 00-48.24 0L79.89 143A32 32 0 0064 170.61v170.76A32 32 0 0079.89 369l152 88.46a48 48 0 0048.24 0l152-88.46A32 32 0 00448 341.37z"}},{"tag":"path","attr":{"fill":"none","strokeLinecap":"round","strokeLinejoin":"round","strokeWidth":"32","d":"M69 153.99l187 110 187-110m-187 310v-200"}},{"tag":"ellipse","attr":{"cx":"256","cy":"152","rx":"24","ry":"16"}},{"tag":"ellipse","attr":{"cx":"208","cy":"296","rx":"16","ry":"24"}},{"tag":"ellipse","attr":{"cx":"112","cy":"328","rx":"16","ry":"24"}},{"tag":"ellipse","attr":{"cx":"304","cy":"296","rx":"16","ry":"24"}},{"tag":"ellipse","attr":{"cx":"400","cy":"240","rx":"16","ry":"24"}},{"tag":"ellipse","attr":{"cx":"304","cy":"384","rx":"16","ry":"24"}},{"tag":"ellipse","attr":{"cx":"400","cy":"328","rx":"16","ry":"24"}}]})(props);
};