RulerSolid
ruler-solid
npm install @mynaui/icons-react
import { RulerSolid } from "@mynaui/icons-react";
const App = () => {
return <RulerSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M14.908 2.392c.583-.19 1.21-.19 1.793 0 .377.123.693.338 1.003.6.297.253.635.59 1.042.998l1.259 1.259c.41.409.748.748 1.002 1.047.263.31.478.626.601 1.004.19.583.19 1.21 0 1.792-.123.378-.338.693-.6 1.003-.254.3-.593.638-1.002 1.047l-8.864 8.864c-.409.409-.748.748-1.046 1.001-.31.263-.626.478-1.004.6-.582.19-1.21.19-1.792.001-.378-.123-.694-.338-1.004-.6-.299-.255-.638-.594-1.047-1.003l-1.26-1.259c-.406-.407-.744-.744-.997-1.042-.262-.31-.477-.626-.6-1.003a2.9 2.9 0 0 1 0-1.793c.123-.377.338-.694.6-1.003.254-.3.593-.638 1.002-1.047l8.864-8.864c.409-.409.748-.748 1.047-1.001.31-.263.626-.478 1.003-.601M6.974 12l-1.061 1.06 1.753 1.753a.75.75 0 0 0 1.06-1.06zm4.796-1.291-1.753-1.753-1.06 1.061 1.752 1.753a.75.75 0 1 0 1.06-1.061m1.29-4.796L12 6.973l1.752 1.753a.75.75 0 1 0 1.06-1.06z'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/ruler.svg" /> npm install @mynaui/icons
<svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/path/to/mynaui-solid.symbol.svg#mynaui-ruler"></use>
</svg>